object FormIMDB: TFormIMDB Left = 382 Top = 463 BorderStyle = bsToolWindow Caption = 'IMDB Search' ClientHeight = 350 ClientWidth = 592 Color = 16244694 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object LimdbTitle: TLabel Left = 8 Top = 16 Width = 63 Height = 13 Caption = 'Movie Name:' end object ImageIMDB: TImage Left = 440 Top = 40 Width = 145 Height = 153 Center = True end object LzYear: TLabel Left = 520 Top = 200 Width = 22 Height = 13 Caption = '???' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LYear: TLabel Left = 448 Top = 200 Width = 25 Height = 13 Caption = 'Year:' end object LRating: TLabel Left = 448 Top = 224 Width = 34 Height = 13 Caption = 'Rating:' end object LzRating: TLabel Left = 520 Top = 224 Width = 22 Height = 13 Caption = '???' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LVotes: TLabel Left = 448 Top = 248 Width = 30 Height = 13 Caption = 'Votes:' end object LzVotes: TLabel Left = 520 Top = 248 Width = 22 Height = 13 Caption = '???' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 440 Top = 272 Width = 145 Height = 13 Cursor = crHandPoint Alignment = taCenter AutoSize = False Caption = 'Show @ www.imdb.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label1Click end object ETitle: TEdit Left = 88 Top = 8 Width = 345 Height = 21 TabOrder = 0 end object BimdbFind: TButton Left = 440 Top = 8 Width = 145 Height = 25 Caption = 'Find' TabOrder = 1 OnClick = BimdbFindClick end object LEimdb: TValueListEditor Left = 8 Top = 40 Width = 425 Height = 300 Color = 16248806 FixedColor = 16776176 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowMoving, goRowSelect, goThumbTracking] ScrollBars = ssVertical TabOrder = 2 TitleCaptions.Strings = ( 'IMDB ID' 'Title') OnMouseDown = LEimdbMouseDown OnSelectCell = LEimdbSelectCell ColWidths = ( 55 364) end object BimdbOK: TButton Left = 440 Top = 320 Width = 73 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = BimdbOKClick end object BimdbCancel: TButton Left = 520 Top = 320 Width = 67 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = BimdbCancelClick end object BImdbInsert: TButton Left = 440 Top = 298 Width = 147 Height = 17 Caption = 'Wstaw do pliku' Enabled = False TabOrder = 5 OnClick = BImdbInsertClick end end